home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / uother__ / wmc72.zip / READDMC.TXT < prev    next >
Text File  |  1996-09-02  |  4KB  |  84 lines

  1. DMCSTRT
  2.  
  3. The DMCSTRT program is used to restore a saved configuration from native DOS 
  4. ,is used as an alternative to WMCSTRT, and MUST be used if PC Tools for
  5. Windows is the Window's shell.  If you plan on using DMCSTRT, then you should
  6. remove WMCSTRT from the Windows Start-up group.
  7.  
  8. If there are active configuration entries when DMCSTRT runs, DMCSTRT will 
  9. display a configuration selection window.  If there are no active 
  10. configuration entries when DMCSTRT runs, DMCSTRT will end without displaying 
  11. a configuration selection window.
  12.  
  13. DMCSTRT will accept two command line switches: "/aa" and "/r".  Switch "/a" 
  14. specifies which configuration entry to use, where 'aa' specifies a saved 
  15. configuration entry.  Saved configuration entries are numbered from 0 to 99, for
  16. configurations 0 to 9, just enter the one digit, i.e. do not enter a leading 0.
  17. This is useful if you have MS-DOS Version 6 and use its multiple DOS 
  18. configurations capability.  Switch "/r" causes DMCSTRT to refresh the 
  19. Windows desktop with the current active configuration.  The refresh may be 
  20. needed due to accidental deletion of a group.  Previously, you would have had 
  21. to switched to another configuration then switched back to refresh the 
  22. Windows desktop.  The "/aa" and "/r" switches should never be specified at the 
  23. same time.
  24.  
  25.  
  26. !!!IMPORTANT!!!!
  27. Before using DMCSTRT, you must issue the following commands from the
  28. DOS prompt:
  29. SET WMCPATH=xxx      (where xxx is the drive and directory of WMC executables.)
  30. SET WMCWINPATH=yyy   (where yyy is the drive and directory of Windows.)
  31.  
  32. Example:
  33. SET WMCPATH=C:\WMC.V70
  34. SET WMCWINPATH=C:\WINDOWS
  35.  
  36. You may want to put this command in your AUTOEXEC.BAT file, so it is issued
  37. every time DOS is started.
  38.  
  39. DMCSTRT Main Window
  40.  
  41. The main window of the DMCSTRT program allows the selection of a 
  42. configuration entry to use from up to 100, previously-saved configuration 
  43. entries.  The active configuration entry has its text box background color 
  44. different than the other seven entrys' background color.
  45.  
  46. Pressing ENTER, on any of the active entries will restore that
  47. configuration.  If an entry is password protected, a prompt for the password
  48. is done.  If the password entered is correct, then the configuration entry
  49. is restored.  A total of three trys are allowed to enter the correct current
  50. password for the configuration entry.
  51.  
  52. If the "Inactive entries visible on WMCSTRT window" is on, all entries are 
  53. displayed, even inactive ones.  Clicking on inactive entries has no effect.  
  54. If the "Inactive entries visible on WMCSTRT window" flag is off, only active 
  55. entries are displayed.
  56.  
  57.  
  58. Examples:
  59.   To run DMCSTRT, type from the DOS command prompt: DMCSTRT
  60.   To automatically select configuration 0,
  61.     type from the DOS command prompt:  DMCSTRT /0
  62.   To automatically select configuration 76,
  63.     type from the DOS command prompt:  DMCSTRT /76
  64.   To automatically refresh Windows with the current active configuration,
  65.     type from the DOS command prompt:  DMCSTRT /r
  66.  
  67. Changing the Active Entry color
  68.  
  69. To change the Active Entry color from its default of yellow, do the following:
  70.     Edit "jreWMC.INI" in the WMC directory  -- this can be done using Notepad
  71.     Add "Hibcolor=????" somewhere after the [Win_Multi_Config] line
  72.     ???? stands for one of these values:
  73.         Black
  74.         Red
  75.         Green
  76.         Yellow
  77.         Blue
  78.         Magenta
  79.         Cyan
  80.         White
  81.     Any other value for ???? will cause the default color of yellow to be 
  82.     used.  Save "jreWMC.INI" and run DMCSTRT, WMCSAVE, or WMCSTRT to see the 
  83.     new color.
  84.